func github.com/go-pg/pg/v10/orm.fieldByIndexAlloc

3 uses

	github.com/go-pg/pg/v10/orm (current package)
		field.go#L70: 	return fieldByIndexAlloc(strct, f.Index)
		field.go#L122: 		fv = fieldByIndexAlloc(strct, f.Index)
		util.go#L67: func fieldByIndexAlloc(v reflect.Value, index []int) reflect.Value {